home *** CD-ROM | disk | FTP | other *** search
- global gGizmo
-
- on mouseDown
- if not gizmoOpened(gGizmo) then
- dragShrink(gGizmo)
- end if
- end
-
- on mouseUp
- if gizmoOpened(gGizmo) then
- if isCompassGizmo(gGizmo) then
- goMovie(gGizmo)
- end if
- else
- if the doubleClick then
- expandGizmo(gGizmo)
- end if
- end if
- end
-